home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 1999 May / SGI IRIX Installation Tools & Overlays 1999 May - Disc 2.iso / relnotes / performer_eoe / ch3.z / ch3
Text File  |  1999-04-19  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        3.  _D_a_t_a_b_a_s_e__L_o_a_d_e_r_s
  9.  
  10.        IRIS Performer provides an extensive set of dynamic shared
  11.        objects for loading databases of different object formats.
  12.        IRIS Performer applications can do run-time look-ups for
  13.        finding DSOs for a file of a particular format based on the
  14.        suffix of the file name.  The DSOs for these loaders are
  15.        provided as part of the IRIS Performer execution
  16.        environment.
  17.  
  18.        Loaders are provided for several Silicon Graphics data
  19.        formats (_b_i_n, _c_s_b, _g_f_o, _i_m, _i_v, _p_h_d, _p_t_u, and _s_g_o) as well
  20.        as many popular formats including Autodesk's _d_x_f and _3_d_s,
  21.        Coryphaeus' _d_w_b, Medit's _m_e_d_i_t, Software Systems _f_l_t, and
  22.        Wavefront's _o_b_j.
  23.  
  24.  
  25.        3.1  _l_i_b_p_f_d_b__D_a_t_a_b_a_s_e__L_o_a_d_e_r_s
  26.  
  27.        _l_i_b_p_f_d_b is a collection of independent libraries (one for
  28.        each supported file format) that read or write a particular
  29.        scene description file format.  These loaders are
  30.        implemented using the IRIX Dynamic Shared Object facility
  31.        and are demand loaded as needed.  The file loader DSO
  32.        provided with the IRIS Performer execution environment
  33.        include:
  34.  
  35.           +o 3ds: AutoDesk _3_D_S_t_u_d_i_o binary data
  36.  
  37.           +o bin: Minor SGI format used by _p_o_w_e_r_f_l_i_p
  38.  
  39.           +o bpoly: Side Effects Software _P_R_I_S_M_S binary
  40.  
  41.           +o byu: Brigham Young University CAD/FEA data
  42.  
  43.           +o csb: Cosmo Scene Graph Binary format (also used by
  44.             OpenGL Optimizer)
  45.  
  46.           +o dwb: Coryphaeus Software _D_e_s_i_g_n_e_r'_s _W_o_r_k_b_e_n_c_h
  47.  
  48.           +o dxf: AutoDesk _A_u_t_o_C_A_D ASCII format
  49.  
  50.           +o flt11: MultiGen public domain Flight v11 format
  51.  
  52.           +o flt14: MultiGen _O_p_e_n_F_l_i_g_h_t v14 format
  53.  
  54.           +o gds: McDonnell-Douglas GDS _t_h_i_n_g_s data
  55.  
  56.           +o gfo: Minor SGI format (radiosity output)
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.           +o im: Minor SGI format (IRIS Performer example)
  75.  
  76.           +o irtp: AAI/Graphicon _I_n_t_e_r_a_c_t_i_v_e _R_e_a_l-_T_i_m_e _P_H_I_G_S
  77.  
  78.           +o iv: SGI OpenInventor / VRML 1.0
  79.  
  80.           +o lsa: Lightscape radiosity solutions (ASCII)
  81.  
  82.           +o lsb: Lightscape radiosity solutions (binary)
  83.  
  84.           +o m: University of Washington mesh data
  85.  
  86.           +o medit: Medit Productions _m_e_d_i_t modeling tool
  87.  
  88.           +o nff: Eric Haines' ray tracing test data format
  89.  
  90.           +o obj: Wavefront Technologies data format
  91.  
  92.           +o post: Minor SGI format (example gridded terrain loader)
  93.  
  94.           +o phd: Minor SGI format (polyhedra)
  95.  
  96.           +o poly: Side Effects Software _P_R_I_S_M_S ASCII data
  97.  
  98.           +o pts: University of Washington point data
  99.  
  100.           +o ptu: Minor SGI format (IRIS Performer example)
  101.  
  102.           +o sgf: US NAVY standard graphics format
  103.  
  104.           +o sgo: Minor SGI format
  105.  
  106.           +o spf: US NAVY simple polygon format
  107.  
  108.           +o sponge: Sierpinski sponge 3D fractal generator
  109.  
  110.           +o star: Yale University compact star chart data
  111.  
  112.           +o stla: 3D Structures Stereolithography (ASCII)
  113.  
  114.           +o stlb: 3D Structures Stereolithography (binary)
  115.  
  116.           +o sv: Format of John Kichury's _i_3_d_m modeler
  117.  
  118.           +o tri: University of Minnesota Geometry Center data
  119.  
  120.           +o unc: University of North Carolina data
  121.  
  122.        Source code for many of these loaders is available in the
  123.        full IRIS Performer product.
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.